home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Cream of the Crop 22
/
Cream of the Crop 22.iso
/
doom
/
doom_b.zip
/
DEF280.ZIP
/
INSTALL.BAT
< prev
next >
Wrap
DOS Batch File
|
1996-08-27
|
265b
|
12 lines
@echo off
CLS
echo Checking if a previous backup exists.
if exist D00M2.3X3 goto skip
ECHO Making backup of existing DOOM2.EXE
copy DOOM2.EXE D00M2.3X3
:skip
echo Done.
call demodem.bat
cls
echo Installation complete, deleting INSTALL.BAT
del INSTALL.BAT